home *** CD-ROM | disk | FTP | other *** search
- // tclogger.rcp
- // Define resources for the TCLogger program
-
- #include "tclogger.h"
-
- FORM ID tcloggerFormMain AT (0 0 160 160)
- SAVEBEHIND
- USABLE
- NOFRAME
- MENUID tcloggerMenu1
- BEGIN
- TITLE "TCLogger v0.3"
-
- LABEL "Run" ID idRunLbl AT (5 15) Font 0
- LABEL "Time" ID idTimeLbl AT (PREVRIGHT+6 PREVTOP) Font 0
- LABEL "Description" ID idDescLbl AT (PREVRIGHT+17 PREVTOP) Font 0
-
- GRAFFITISTATEINDICATOR AT ( 145 PREVTOP+1 )
-
- CHECKBOX "" ID idRunCB AT (5 25 12 10 )
- CHECKBOX "" ID idRunCB+1 AT (PREVLEFT PREVTOP+12 PREVWIDTH PREVHEIGHT)
- CHECKBOX "" ID idRunCB+2 AT (PREVLEFT PREVTOP+12 PREVWIDTH PREVHEIGHT)
- CHECKBOX "" ID idRunCB+3 AT (PREVLEFT PREVTOP+12 PREVWIDTH PREVHEIGHT)
- CHECKBOX "" ID idRunCB+4 AT (PREVLEFT PREVTOP+12 PREVWIDTH PREVHEIGHT)
- CHECKBOX "" ID idRunCB+5 AT (PREVLEFT PREVTOP+12 PREVWIDTH PREVHEIGHT)
- CHECKBOX "" ID idRunCB+6 AT (PREVLEFT PREVTOP+12 PREVWIDTH PREVHEIGHT)
-
- FIELD ID idTimeFld PREVRIGHT+1 25 30 AUTO UNDERLINED RIGHTALIGN SINGLELINE MAXCHARS 6
- FIELD ID idTimeFld+1 PREVLEFT PREVTOP+12 PREVWIDTH AUTO UNDERLINED RIGHTALIGN SINGLELINE MAXCHARS 6
- FIELD ID idTimeFld+2 PREVLEFT PREVTOP+12 PREVWIDTH AUTO UNDERLINED RIGHTALIGN SINGLELINE MAXCHARS 6
- FIELD ID idTimeFld+3 PREVLEFT PREVTOP+12 PREVWIDTH AUTO UNDERLINED RIGHTALIGN SINGLELINE MAXCHARS 6
- FIELD ID idTimeFld+4 PREVLEFT PREVTOP+12 PREVWIDTH AUTO UNDERLINED RIGHTALIGN SINGLELINE MAXCHARS 6
- FIELD ID idTimeFld+5 PREVLEFT PREVTOP+12 PREVWIDTH AUTO UNDERLINED RIGHTALIGN SINGLELINE MAXCHARS 6
- FIELD ID idTimeFld+6 PREVLEFT PREVTOP+12 PREVWIDTH AUTO UNDERLINED RIGHTALIGN SINGLELINE MAXCHARS 6
- FIELD ID idTotalFld PREVLEFT PREVTOP+12 PREVWIDTH AUTO UNDERLINED RIGHTALIGN SINGLELINE MAXCHARS 6 NONEDITABLE
-
- FIELD ID idDescFld PREVRIGHT+4 25 105 AUTO UNDERLINED SINGLELINE MAXCHARS 20
- FIELD ID idDescFld+1 PREVLEFT PREVTOP+12 PREVWIDTH AUTO UNDERLINED SINGLELINE MAXCHARS 20
- FIELD ID idDescFld+2 PREVLEFT PREVTOP+12 PREVWIDTH AUTO UNDERLINED SINGLELINE MAXCHARS 20
- FIELD ID idDescFld+3 PREVLEFT PREVTOP+12 PREVWIDTH AUTO UNDERLINED SINGLELINE MAXCHARS 20
- FIELD ID idDescFld+4 PREVLEFT PREVTOP+12 PREVWIDTH AUTO UNDERLINED SINGLELINE MAXCHARS 20
- FIELD ID idDescFld+5 PREVLEFT PREVTOP+12 PREVWIDTH AUTO UNDERLINED SINGLELINE MAXCHARS 20
- FIELD ID idDescFld+6 PREVLEFT PREVTOP+12 PREVWIDTH AUTO UNDERLINED SINGLELINE MAXCHARS 20
-
- LABEL "Total" ID idTotalLbl AT (PREVLEFT PREVTOP+12) Font 0
- BUTTON "Update Timers" ID idUpdateB AT (PREVRIGHT+4 PREVTOP+2 AUTO AUTO)
-
- BUTTON "In" ID idInB AT (14 125 AUTO AUTO)
- BUTTON "Out" ID idOutB AT (PREVLEFT-4 PREVBOTTOM+5 AUTO AUTO)
-
- FIELD ID idInFld PREVRIGHT+5 125 110 AUTO UNDERLINED SINGLELINE MAXCHARS 40
- FIELD ID idOutFld PREVLEFT PREVBOTTOM+5 110 AUTO UNDERLINED SINGLELINE MAXCHARS 40
-
- END
-
- MENU ID tcloggerMenu1
- BEGIN
- PULLDOWN "File"
- BEGIN
- MENUITEM "Export to MemoPad" idExportMenu "M"
- MENUITEM SEPARATOR
- MENUITEM "Help" idHelpMenu "H"
- MENUITEM "About" idAboutMenu "A"
- END
- PULLDOWN "Edit"
- BEGIN
- MENUITEM "Undo" idUndoMenu "U"
- MENUITEM "Cut" idCutMenu "X"
- MENUITEM "Copy" idCopyMenu "C"
- MENUITEM "Paste" idPasteMenu "P"
- MENUITEM "Select All" idSelectMenu "S"
- MENUITEM SEPARATOR
- MENUITEM "Keyboard" idKeyBrdMenu "K"
- MENUITEM "Graffiti Help" idGHelpMenu "G"
- END
- PULLDOWN "Clear"
- BEGIN
- MENUITEM "Clear Focused" idClearFocusMenu
- MENUITEM "Clear Stopped" idClearAllMenu
- MENUITEM SEPARATOR
- MENUITEM "Clear In/Out" idClearIOMenu
- END
- PULLDOWN "Display"
- BEGIN
- MENUITEM "H.H" idHoursMenu
- MENUITEM "H:M" idHrMinMenu
- MENUITEM "SEC" idSecMenu
- END
- END
-
- STRING tcloggerHelp1 "Just enter a description (optional) and "\
- "check the checkbox next to it to start "\
- "accumulating time. See README that came "\
- "with this distribution for more details.\n\n"\
- "In and Out buttons are for recording in "\
- " and out times for the day.\n\n"\
- "Update Timers button will update the "\
- "currently accumulated time since it is "\
- "NOT dynamically updated.\n\n"\
- "When editing the time accumulated, the "\
- "timer must be stopped. The time entered "\
- "must have the format H.H, H:M, SEC."
-
- STRING tcloggerAbout1 "TCLogger Version 0.3\n"\
- "by Kevin Dupree\n"\
- "kdupree@flash.net\n\n"\
- "This software comes with NO warranty at all and I "\
- "cannot be held responsible for anything it may do. "\
- "I make no claims as to my ability to write programs. "\
- "I take no responsibility for any problems that may "\
- "arrise by using this program to log time. "\
- "You have the source code, so check it out. "\
- "The source code for the program is distributed "\
- "under the GNU General Public License (GPL).\n"\
- "You can find it at the following URL: \n"\
- " http://www.gnu.org/copyleft/gpl.html\n\n"\
- "A special thanks to all programmers who developed "\
- "pilot-xfer, GCC cross compiler, prctools, and xcopilot."
-
-
- ALERT UnknownFormAlert
- ERROR
- BEGIN
- TITLE "Unknown Form"
- MESSAGE "Load form was requested for an unknown form ID: ^1."
- BUTTONS "OK"
- END
-
- ALERT NoFieldSelectAlert
- INFORMATION
- BEGIN
- TITLE "No Field Selected"
- MESSAGE "Cannot perform request. Please select a field and try again."
- BUTTONS "OK"
- END
-
- ALERT TimeParseAlert
- ERROR
- BEGIN
- TITLE "Parse Error"
- MESSAGE "Cannot parse time for timer ^1. Old accumulated time restored."
- BUTTONS "OK"
- END
-
- ICON "tclogger.bmp"
-
- VERSION 1 "0.3"
-